Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, 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 authentication, routing, sessions, queueing, and caching.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
Documentation for the framework can be found on the Laravel website.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
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.
The Laravel framework is open-sourced software licensed under the MIT license.
git clone https://github.com/bestmomo/laravel5-example.git projectname
cd projectname
composer install
npm install
- Create a database and inform .env
php artisan migrate
to create tablesgulp
to run gulp (First install gulp if not already installed)php artisan serve
to start the app on http://localhost:8000/Note:
App requires virtual host to be set up with respect to the App-Directory/public (This is Important as it ensures that the routes,styles,scripts work properly).
- Bootstrap for CSS and jQuery plugins
- Font Awesome for the nice icons
- Startbootstrap for the free templates
- Home page
- Custom Error Page 404
- Authentication (registration, login, logout)
- Users roles
- Admin dashboard with users, posts and comments
- Users admin (roles filter, show, edit, delete, create)
- Posts admin (list with dynamic order, show, edit, delete, create)
- laravelcollective/html