Bas
Bas

Reputation: 2400

Integrate laravel project into existing non laravel website

I am going to make a backupscript in Laravel 5.2 for an existing website. The url is going to be for example www.domain.com/makebackup/ (unique) and activate by a crontask.

How can i integrate this? I hope aomeone can give me advise!

Upvotes: 0

Views: 589

Answers (1)

lifekent
lifekent

Reputation: 300

If you don't use any framework for the first project, you can make a separate dir inside and put laravel app in it. If you are using a framework, do the same, but use an .htaccess rewrite for the backup url.

Upvotes: 1

Related Questions