2.4k questions

2.4k answers

95.6k users

10 Online Users
0 Member 10 Guest
Today Visits : 1269
Yesterday Visits : 2557
Total Visits : 2344574

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
72 views

What framework should I use instead of Laravel? Especially when I develop my projects offline and then upload them to cPanel. I have already learnt Laravel but the only problem is I am unable to run artisan commands over cPanel.
in General by (95.8k points)

1 Answer

0 votes

You can run artisan locally, andwhen you finish the app, to upload the app via Filezilla, create the DB via cPanel. You do not need to spend time to leran another framework, Laravel is the king.

Read relative articles on “How to install Laravel in Shared Hosting”

Laravel shared hosting deploy steps

  1. Remove the public from the URL.
  2. Export database from the local environment.
  3. Do ZIP your Laravel project.
  4. Create a database in your cPanel.
  5. Import the local exported database into a shared hosting database.
  6. Upload project ZIP file to public_html folder and extract.

How to Host a Laravel Project on a Shared Hosting via CPanel
I’ll show you how to host your Laravel projects on CPanel so you don’t have to spend loads on a VPS or put up with “free” hosting…
by (95.8k points)
...