apal21 / PHP-Laravel-5.4-custom-blog-CMS

PHP/Laravel 5.4 custom blogging CMS. CRUD operations with UI.
8 stars 3 forks source link

how to install on localhost and any live demo #1

Closed Arman143 closed 7 years ago

Arman143 commented 7 years ago

hi, i like your work, i ty to install it on localhost but i can't find database files.. sql script.. or any installer .. can you provide demo link and detailed installation process.

Regards Arman

apal21 commented 7 years ago

Can you tell me what did you do exactly while installing this? Tables will be installed automatically after executing "php artisan migrate". But first you have to create a database. If you haven't changed anything in .env file then you have to create a database named "laravel".

Arman143 commented 7 years ago

i have install it. but its in dev stage ...

F:\wamp64\www\laravel>php artisan migrate Migration table created successfully. Migrated: 2014_10_12_000000_create_users_table Migrated: 2014_10_12_100000_create_password_resets_table Migrated: 2017_01_28_100105_create_posts_table Migrated: 2017_01_31_134956_add_slug_to_posts Migrated: 2017_02_02_110731_create_categories_table Migrated: 2017_02_02_111217_add_category_id_to_table Migrated: 2017_02_04_105943_create_tags_table Migrated: 2017_02_04_111141_create_post_tag_table Migrated: 2017_02_05_140611_create_comments_table Migrated: 2017_02_11_112459_add_image_col_to_posts

F:\wamp64\www\laravel>

Thanks

apal21 commented 7 years ago

Yes I'll update some security features in future. Still you can use all the features. Add /register after URL to create new account and /login to log into it and delete/update/create all posts.

Arman143 commented 7 years ago

great work but the design is need more improvement,,, try to crate it like https://goo.gl/JYnlXR just the designs and functionality...

your blog is also great .... but there is no sidebar when you open signal post.

apal21 commented 7 years ago

I know, I didn't designed it and probably won't design this. I've left this portion untouched because users can create their own stylesheet according to their requirement.

You can tell here what you want in the single post sidebar. I'll do it in 1-2 days.

Arman143 commented 7 years ago

i think sidebar will be ok.. for displaying ads and recent post, tags etc.. also add new section under admin Ad Management and place ads in better location.. for high ctr.. if someone use the blog of adsense like me..

apal21 commented 7 years ago

Ok so I will add a blank sidebar. Thanks for the suggestions. If you want to do this manually then just add a div below the post and above the comments section