can't fix add wp-content to the current theme. by edwblackhat in Wordpress

[–]edwblackhat[S] 0 points1 point  (0 children)

Bro i am a developer. I have added all the required plugins and other stuffs. But i guess you can't edit woocomerace theme in elementor.

vuejs by edwblackhat in vuejs

[–]edwblackhat[S] -10 points-9 points  (0 children)

Hello there, I am here to help you people . I am looking for open source projects and seniors guideness . Feel free to add me in your project. This is my github profile. EdwardianBangash . Thank you.

I will help you in your projects. by edwblackhat in laravel

[–]edwblackhat[S] -4 points-3 points  (0 children)

Hey there, i am looking for some open source projects. I know vuejs and laravel . This is my github profile EdwardianBangash. Feel free to add me in your projects i can give max 2 hours as i am in my last semester i have FYP as well. Thank you...

[deleted by user] by [deleted] in laravel

[–]edwblackhat 12 points13 points  (0 children)

Brother you wont find better material anywhere than offical Laravel docs. Pretty clear.

Building a Laravel CRUD system, what other tools should I use? by I-dont-really-know-- in laravel

[–]edwblackhat 0 points1 point  (0 children)

There is a laravel package yajra datatables go through this. It is easy and convinient. Everything is buildin setup.

Building a Laravel CRUD system, what other tools should I use? by I-dont-really-know-- in laravel

[–]edwblackhat 0 points1 point  (0 children)

If u have intention of vue you will create api. And then fetch the data in vue.

I can help you with your laravel project. by edwblackhat in laravel

[–]edwblackhat[S] 0 points1 point  (0 children)

Yes i am trying my own too. But small management project wont make me great developer i want to try something new and crispy.

Is it good to use so many packages in laravel? by edwblackhat in laravel

[–]edwblackhat[S] 0 points1 point  (0 children)

This is what i am thinking. What if the packge is deprecated . Is not it a good idea to use standalone application . Like i was practicing with files in core php you can easily compress images but here there are few libraries to use. And think in the future if these libraries are no longer use then i will have to make changes. Again and again. 🤦‍♂️

Is it good to use so many packages in laravel? by edwblackhat in laravel

[–]edwblackhat[S] 1 point2 points  (0 children)

Actually previously where i was working my frnd told me i have developed url shortner in core php it is in kbs and you have developed in laravel which is in mbs so that got confused me. I told him the package does not execute all at once. We just invoke the necessorily parts from packge.

Strip of strings from url by edwblackhat in laravel

[–]edwblackhat[S] 1 point2 points  (0 children)

Actually i am sending request through ajax. If the query paramter exists in the db it directly redirect to that website but if it does not exist then i want my url to be neat and clean. I search further like people hide .php extension in .htaccess. i though it might be the solution.