This is just my so simple blogging cms using laravel and vue. FYI, Im new in PHP, I just learned about laravel and vue. So yea, this is the result of my learning.
User: user@sonadztux.dev | dubidam Admin: admin@sonadztux.dev | admin123
- Download or clone the project.
git clone https://github.com/sonadztux/my_laravel_blog.git
cd
to the project directory.- Rename or duplicate
.env.example
to.env
- Run the command
composer install
. - Run the command
php artisan key:generate
to generate an application key. - Configure the database settings in the
.env
file. - Update the
PUSHER_APP_*
keys in the.env
file. - Change the
BROADCAST_DRIVER
topusher
. - Migrate the database by running this command:
php artisan migrate --seed
. - Run the command:
php artisan serve
to start the app.
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 takes the pain out of development by easing common tasks used in many 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, powerful, and provides tools required for large, robust applications.
The Laravel framework is open-sourced software licensed under the MIT license.