Download the PHP package madalintomescu/laravel-blog without Composer
On this page you can find all versions of the php package madalintomescu/laravel-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madalintomescu/laravel-blog
More information about madalintomescu/laravel-blog
Files in madalintomescu/laravel-blog
Package laravel-blog
Short Description A basic blog system based on Laravel.
License MIT
Informations about the package laravel-blog
Laravel Blog
A basic blog system based on Laravel 5.
Features
- Manage posts
- Featured images
- Add categories and tags
- SummerNote WYSIWYG Editor
- Admin dashboard
- Manage users, roles and permissions
- Vue.js components
Screenshots
Main page
Dashboard index
Installation
- Clone the repository
Or use Composer (and skip step 2)
-
Install the project dependencies with Composer
-
Copy
.env.example
file to.env
file. Open it and edit it with your database details. -
Generate an application key
-
Create a symbolic link from storage to public folder
-
Install the front-end dependencies and compile them
-
Install sample test data
- Start the server
Now you can log in as admin using the following:
Email: [email protected]
Password: password
Dependencies
Laravel packages
Front-end
Changelog
0.2.0 - 2018-10-19
- Add API Controllers and Resources
- Add Vue.js components
- Add post characters count
- Small changes
0.1.0 - 2018-07-08
- Initial release
License
This project is licensed under the MIT License - see the LICENSE.md file for details
All versions of laravel-blog with dependencies
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/tinker Version ^1.0
askedio/laravel-soft-cascade Version ^5.6
cviebrock/eloquent-sluggable Version ^4.5
davejamesmiller/laravel-breadcrumbs Version 5.x
spatie/laravel-permission Version ^2.12