Best laravel framework open-source packages.

Laravel Advanced CRUD

Eloquent ORM, Yajra Datatable , Sweet Alert 2 , Migration , Controller Resources , Templating layouts, Sub View
Updated 2 years ago

Build Status Total Downloads Latest Stable Version License

Project Title

Laravel CRUD Operation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Screen Shots

1

2

3

4

Prerequisites

What things you need to install the software and how to install them

xampp 5.6 up to latest
composer

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

create database first before open your project
cd Laravel-Advanced-CRUD

composer install
rename .env.example to .env then open change
DB_DATABASE=your database name  
DB_USERNAME=phpmyadmin username
DB_PASSWORD=phpmyadmin password

php artisan migrate --seed
php artisan serve

open browser type url ("localhost:8000")
start application happy coding :)

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Learners
  • Students
  • Laravel Developers
  • Inspiration
  • etc