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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
Thank you for considering contributing to the Laravel CMS! This is a Laravel CMS made with Vuejs.
Laravel CMS has the most extensive and thorough documentation.
It's just like any other Laravel project. Basically here is how you use it for yourself. (it's not completed yet)
- run this command
composer create-project mratwan/laravel-cms
cd
to project folder.- Run
composer install
- Save as the
.env.example
to.env
and set your database information. - Run
php artisan key:generate
to generate the app key. - Run
npm install
- Run
php artisan migrate
- Go to register page and register new user.
- Go to phpMyAdmin and edit registered user type to
admin
- Run
php artisan passport:install
and save its keys. - Done !!! Enjoy Customizing and building awesome app
The Laravel framework is open-sourced software licensed under the MIT license.