Laranews is a simple apps built with laravel for news management. This apps is built for demo in PHP Jogloraya Meetup talking about laravel.
Laranews adalah sebuah aplikasi manajemen berita/artikel sederhana yang dibangun dengan laravel. Aplikasi ini dibuat untuk demo dalam meetup PHP Jogloraya ke-9.
- Clone/download this repo to your PC.
- Run composer install from your application root directory to install laravel & it's dependencies.
- Grab a copy of .env file from here, rename it to .env and place it on your application root directory. Change your database configuration in here.
- Run php artisan key:generate to generate a new application key
- Run php artisan migrate to run the migration. This will generate the table for the apps on your database.
- Run php artisan db:seed to generate an admin user.
- Run php artisan serve to use the php built in web server then acces it with (http://localhost:8000). Of coure if you use another web server such apache, just put your apps on the root directory of your web server, example /var/www/html and access it with (http://localhost/laranews/public)
- You're done!
The laranews is open-sourced software licensed under the MIT license.