mratwan/laravel-cms is a Laravel package for the laravel cms with vuejs and reactjs..
It currently has 2 GitHub stars and 0 downloads on Packagist.
Install it with composer require mratwan/laravel-cms.
Discover more Laravel packages by mratwan
or browse all Laravel packages to compare alternatives.
Last updated
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.
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)
composer create-project mratwan/laravel-cmscd to project folder.composer install.env.example to .env and set your database information. php artisan key:generate to generate the app key.npm installphp artisan migrateadminphp artisan passport:install and save its keys.The Laravel framework is open-sourced software licensed under the MIT license.